home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / wintech1.zip / PETZOLD.ZIP / MENUICON.MAK < prev    next >
Text File  |  1991-11-04  |  360b  |  14 lines

  1. #------------------------
  2. # MENUICON.MAK make file
  3. #------------------------
  4.  
  5. menuicon.exe : menuicon.obj menuicon.def menuicon.res
  6.      link menuicon,, NUL, /nod slibcew libw, menuicon
  7.      rc menuicon.res
  8.  
  9. menuicon.obj : menuicon.c menuicon.h
  10.      cl -c -G2sw -Ow -W3 -Zp menuicon.c
  11.  
  12. menuicon.res : menuicon.rc menuicon.h
  13.      rc -r menuicon.rc
  14.